home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / shared.dxr / 00519_Go to the next labelon mouseup or the end of audio.ls < prev    next >
Encoding:
Text File  |  1996-07-29  |  111 b   |  11 lines

  1. on mouseUp
  2.   mousesound()
  3.   go(#next)
  4. end
  5.  
  6. on enterFrame
  7.   if not soundBusy(1) then
  8.     go(#next)
  9.   end if
  10. end
  11.